/* 通用 */

* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 16px;
	font-family: "Microsoft YaHei", "SimSun", Arial, sans-serif;
}

input {
	font-size: 12px;
	font-family: Arial, "Microsoft Yahei", sans-serif;
	outline: none;
}

img {
	border: none;
}

ul,
li,
ol,
dl,
dt,
dd {
	list-style: none;
}

table {
	border: none;
	border-collapse: collapse;
}

a {
	text-decoration: none;
}

/* 公用样式 */

.column-title{
	width: 100%;
	height: 50px;
	background:#0277BD;
	border-radius: 10px 10px 0 0;
}

.column-title-text{
	display: block;
	height: 50px;
	float: left;
	margin-left:5%;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: bold;
}

.column-title-more{
	display: block;
	height: 50px;
	float: right;
	margin-right:5%;
	line-height: 50px;
	color: #FFFFFF;
}

.column-title-more:hover{
	font-weight:bold;
}

.column-title-1 {
	width: 90%;
	height: 49px;
	margin: 0px auto;
	border-bottom: 1px solid #CCCCCC;
}

.column-title-text-1 {
	display: block;
	height: 49px;
	float: left;
	line-height: 49px;
	color: #FF9800;
	font-weight: bold;
}

.column-title-more-1 {
	display: block;
	height: 49px;
	float: right;
	line-height: 49px;
	color: #999999;
}

.column-title-more-1:hover {
	color: #333333;
	font-weight: bold;
}

.no-content {
	width: 100%;
	height: 50px;
	margin: 0px auto;
	line-height: 50px;
	text-align: center;
	color: #999999;
}

/* 容器 */

.gz-show {
	width: 100%;
	height: 360px;
	background: url(../../image/home-new/index/bg_1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

.gz-statistics {
	width: 100%;
	height: 30px;
	background:#FFFFFF;
}

.gz-search {
	width: 100%;
	margin-bottom: 30px;
}

.gz-advertising {
	width: 100%;
	margin-bottom: 30px;
}

.gz-employer {
	width: 100%;
	margin-bottom: 30px;
}

.gz-job-recommend {
	width: 100%;
	margin-bottom: 30px;
}

.gz-article {
	width: 100%;
	margin-bottom: 30px;
}

.gz-friendlink {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 30px;
	border-radius: 10px;
}

/* 展示区 */

.gz-head-main-1 {
	width: 1200px;
	height: 100%;
	margin: 0px auto;
}

.gz-head-main-left {
	width: 280px;
	float: left;
	margin-top: 30px;
	height: 300px;
	vertical-align: middle;
	background-color: rgba(34, 33, 35, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f222123, endColorstr=#7f222123);
	border-radius: 8px;
}

.gz-head-main-left-imgdiv {
	width: 100%;
	height: 130px;
	line-height: 140px;
	text-align: center;
}

.gz-head-main-left-imgdiv img {
	width: 100px;
	height: 100px;
	max-width:100%;
	max-height:100%;
	border-radius: 500px;
	vertical-align: middle;
}

.gz-head-main-left-account {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	overflow: hidden;
}

.gz-head-main-left-function {
	padding-top: 10px;
	width: 100%;
	height: 60px;
}

.gz-head-main-left-item {
	width: 33%;
	height: 100%;
	float: left;
}

.gz-head-main-left-item p {
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}

.gz-head-main-left-title {
	width: 240px;
	height: 50px;
	margin: 0px auto;
}

#reg_title_1 {
	width: 120px;
	height: 50px;
	float: left;
	font-size: 14px;
/*	color: #FFFFFF;*/
	line-height: 50px;
	overflow: hidden;
}

#reg_title_2 {
	display: block;
	width: 100px;
	height: 50px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #FF9800;
	line-height: 50px;
	overflow: hidden;
	cursor: pointer;
}

.gz-head-main-left-content {
	width: 240px;
	margin: 0px auto;
}

.gz-head-main-left-content form input {
	border: none;
	width: 95%;
	height: 34px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 34px;
	padding-left: 5%;
}

.gz-head-main-left-content form input[type='button']:hover {
	background-color: #29B6F6 !important;
}

.query_button:hover {
	background-color: #29B6F6 !important;
}

.gz-head-main-reg-1 {
	border: none;
	height: 34px;
	width: 135px;
	background: #03A9F4;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
}

.gz-head-main-reg-2 {
	border: none;
	height: 34px;
	width: 100%;
	background: #03A9F4;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
}

.reg_mobile_group {
	width: 50%;
	height: 34px;
	margin-bottom: 20px;
	float: left;
}

.gz-head-main-reg-3 {
	float: right;
	background: #03A9F4;
	color: #FFFFFF;
	text-align: center;
}

#submitBtn {
	width: 100%;
	padding-left: 0px;
	color: #FFFFFF;
	cursor: pointer;
}

.gz-head-main-left-bottom {
	width: 240px;
	height: 15px;
	margin: 0 auto 20px auto;
}

.gz-head-main-left-bottom #accept {
	float: left;
}

.gz-head-main-left-bottom img {
	float: left;
}

.gz-head-main-left-bottom-span-1 {
	font-size: 12px;
	/*color: #FFFFFF;
	float: left;*/
	height: 15px;
	line-height: 15px;
	margin-left: 5px;
	cursor: pointer;
}

.gz-head-main-left-bottom-span-1:hover {
	color: #FF9800;
}

.gz-head-main-left-bottom-span-2 {
	font-size: 12px;
	float: right;
	height: 15px;
	margin-top:8px;
	line-height: 15px;
	margin-left: 5px;
}

.gz-head-main-left-bottom-span-2 a {
	color: #FF9800;
}

.gz-head-main-right {
	width: 900px;
	height: 300px;
	margin-top: 30px;
	float: right;
	background-color: rgba(34, 33, 35, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f222123, endColorstr=#7f222123);
	border-radius: 8px;
}

.gz-head-main-right-image {
	width: 620px;
	height: 310px;
/*	margin: 20px;*/
	float: left;
	line-height: 260px;
	text-align: center;
}

.gz-head-main-right-image img {
	vertical-align: middle;
}

#news_box {
	width: 400px;
	height: 260px;
	margin-top: 22px;
	float: right;
	overflow:hidden;
}

#news_box .hd {
	width: 100%;
	height: 30px;
}

#news_box .hd ul li {
	height: 28px;
	float: left;
	line-height: 28px;
	list-style: none;
	font-size: 16px;
	margin-right: 20px;
	color: #F0F0F0;
	cursor: pointer;
}

#news_box .hd ul li.on {
	color: #FF9800;
	border-bottom: 2px solid #FF9800;
}

#news_box .bd ul li {
	width: 100%;
	height: 30px;
	font-size: 14px;
	color: #F0F0F0;
}

#news_box .bd ul li a {
	display: block;
	float: left;
	width: 65%;
	height: 30px;
	margin-right: 5%;
	line-height: 30px;
	color: #F0F0F0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#news_box .bd ul li span {
	display: block;
	float: right;
	width: 25%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 统计区 */

.statistics-box{
	width:1200px;
	height:30px;
	margin:0px auto;
}

.statistics-box-right{
	float:right;
}

.statistics-box-right ul li {
	float: left;
	margin-left: 20px;
	line-height: 30px;
	font-size: 14px;
}

.statistics-right-item-1 {
	color: #333333;
	margin-right: 10px;
}

.statistics-right-item-2 {
	color: #FF5722;
}

/* 搜索区 */

.search-left{
	width:220px;
	float:left;
}

.search-middle{
	width:700px;
	float:left;
	margin-left:30px;
}

.search-right{
	width:220px;
	float:right;
}

.search-menu-item{
	width: 100%;
	height: 50px;
	color:#FFFFFF;
	background: url(../../image/home-new/index/button_1.jpg) no-repeat;
	background-position: center;
	margin-bottom: 10px;
	border-radius:5px;
	cursor:pointer;
}

.search-menu-item:hover{
	font-weight:bold;
	background: url(../../image/home-new/index/button_2.jpg) no-repeat;
	background-position: center;
}

.search-menu-item-image{
	width:35%;
	height:50px;
	float:left;
}

.search-menu-item-text{
	width:60%;
	height:50px;
	float:left;
	line-height:50px;

}

.search-tab{
	width:100%;
	height:30px;
}

.search-tab-item{
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	float: left;
	cursor: pointer;
}

.tab-select{
	color:#FFFFFF;
	background:#03A9F5;
}

.search-main{
	width:100%;
	height:50px;
}

.resume-search-text {
	width: 550px;
	height: 50px;
	float: left;
	outline: 0 none;
	border: 0 none;
	line-height: 50px;
	padding-left: 50px;
	font-size: 14px;
}

.resume-search-button{
	width: 100px;
	height: 50px;
	float: left;
	outline: 0 none;
	border: 0 none;
	line-height: 50px;
	background: #0277BD;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

.resume-search-button-i{
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: -6%;
	background: url(../../image/home-new/index/a3_search.png);
	display: inline-block;
}

.search-hotwords{
	width:100%;
	height:150px;
	background:#FFFFFF;
	border-radius:10px;
}

.search-hotwords-left{
	width:20%;
	height:150px;
	float: left;
	line-height:150px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FF5722;
}

.search-hotwords-right{
	width:80%;
	height:150px;
	float:left;
}

.hotword-item{
	display: block;
	float: left;
	width: 218px;
	height: 40px;
	margin-right:5%;
	line-height: 40px;
	font-size:14px;
	color: #0277BD;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hotword-item:hover{
	color:#333333;
	font-weight:bold;
}

/* 广告区 */

.gz-advertising .bd ul li {
	width: 100%;
	height: 100px;
	float: left;
}

.gz-advertising .bd ul li a{
	display:block;
}

.gz-advertising .bd ul li a img {
	width: 100%;
	height: 100px;
}

/* 企业推荐区 */

.employer-left{
	width:900px;
	float:left;
	background: #FFFFFF;
	border-radius:10px;
}

.employer-list{
	width:100%;
	height:220px;
	background: #FFFFFF;
	overflow: hidden;
}

.employer-list .bd ul li {
	width: 300px;
	height: 220px;
	float: left;
}

.employer-list-img {
	width: 146px;
	height: 86px;
	margin: 0px auto;
	border: 2px solid #F0F0F0;
}

.employer-list-img img {
	width: 100%;
	height: 86px;
	cursor: pointer;
}

.employer-list-title {
	width: 80%;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	color: #0077B3;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.employer-list-title:hover {
	color: #03A9F4;
}

.employer-list-content-1 {
	width: 80%;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.employer-list-content-2 {
	width: 80%;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.employer-right{
	width:270px;
	float:right;
}

.employer-menu-item{
	display: block;
	width: 100%;
	height: 30px;
	background: #FF5722;
	line-height: 30px;
	font-size: 14px;
	color:#FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	border-radius:5px;
}

.employer-menu-item:hover{
	background:#FF0000;
}

/* 职位推荐区 */

.job-recommend-left {
	width: 900px;
	float: left;
}

.job-recommend-right {
	width: 270px;
	background: #FFFFFF;
	float: right;
	border-radius:10px;
}

.job-recommend-box {
	width: 100%;
	background: #FFFFFF;
	border-radius:10px;
}

.job-recommend-list {
	width: 90%;
	height:180px;
	margin: 0px auto;
	overflow: hidden;
}

.job-recommend-list ul li {
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.recommend-job-important {
	display: block;
	height: 30px;
	float: left;
	line-height:30px;
	color: #03A9F4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend-job-important:hover {
	color: #0066CC;
}

.recommend-job-normal {
	display: block;
	height: 30px;
	float: left;
	line-height:30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.resume-recommend-list {
	width: 90%;
	height:440px;
	margin: 0px auto;
	overflow: hidden;
}

.resume-recommend-list ul li {
	width: 100%;
	height: 85px;
}

.recommend_resume_item {
	width: 240px;
	height: 60px;
	margin: 0px auto;
}

.recommend_resume_img {
	width: 60px;
	height: 60px;
	text-align: center;
	float: left;
}

.recommend_resume_img img {
	width: 60px;
	height: 60px;
	cursor:pointer;
}

.recommend_resume_text {
	width: 170px;
	height: 60px;
	float: right;
}

.recommend_resume_title {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #03A9F4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend_resume_title:hover {
	color: #0066CC;
}

.recommend_resume_purpose {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend_resume_experience {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 文章区 */

.article-box {
	width: 585px;
	background: #FFFFFF;
	border-radius: 10px;
}

.article-box-content {
	width: 90%;
	height: 210px;
	margin: 0px auto;
	overflow: hidden;
}

.article-box-content ul li {
	width: 100%;
	font-size: 14px;
}

.article-box-content ul li a {
	display: block;
	float: left;
	width: 80%;
	height: 30px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-box-content ul li a:hover {
	color: #03A9F4;
	font-weight: bold;
}

.article-box-content ul li span {
	display: block;
	float: left;
	width: 20%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 友情链接 */

.friendlink-content {
	width: 1160px;
	margin: 20px auto;
}

.friendlink-content ul li{
	width: 196px;
	height: 116px;
	float:left;
	margin-right: 30px;
	border: 2px solid #F0F0F0;
}

.friendlink-content ul li a{
	display:block;
}

.friendlink-content ul li a img {
	width: 100%;
	height: 116px;
}

/* 二维码 */

.qrcode {
	top: 250px;
	position: fixed;
	right: 15px;
	transition: top .3s;
	-webkit-transition: top .3s;
	-o-transition: top .3s;
	-ms-transition: top .3s;
}

.qrcode .qr-img-s {
	width: 50px;
	height: 50px;
}

.qrcode .qr-img-b {
	position: absolute;
	top: -48px;
	left: -170px;
	display: none;
}

.code-item {
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.code-title {
	color: #333;
	font-size: 12px;
	width: 50px;
	text-align: center;
}

.zp {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.zp>a {
	display: inline !important;
}

.zp>a:hover {
	text-decoration: underline;
}

.zp-enter {
	color: #FF9800 !important;
	font-size: 14px !important;
}

.c-white,
.c-white a {
	color: #333333;
}
